home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMPSREPORTPROPERTIES / TDXFMPSREPORTPROPERTIES.txt < prev   
Text File  |  2004-09-21  |  4KB  |  189 lines

  1. object dxfmPSReportProperties: TdxfmPSReportProperties
  2.   Left = 357
  3.   Top = 319
  4.   ActiveControl = edName
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties'
  8.   ClientHeight = 475
  9.   ClientWidth = 359
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 502
  12.   Constraints.MinWidth = 367
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Tahoma'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   Position = poScreenCenter
  20.   OnCloseQuery = FormCloseQuery
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pcSummary: TPageControl
  24.     Left = 5
  25.     Top = 6
  26.     Width = 349
  27.     Height = 434
  28.     ActivePage = tshSummary
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     TabOrder = 0
  31.     object tshSummary: TTabSheet
  32.       Caption = 'Summary'
  33.       object Image1: TImage
  34.         Left = 10
  35.         Top = 8
  36.         Width = 32
  37.         Height = 32
  38.         Picture.Data = {<image001.bmp>}
  39.         Transparent = True
  40.       end
  41.       object Bevel1: TBevel
  42.         Left = 8
  43.         Top = 46
  44.         Width = 320
  45.         Height = 6
  46.         Anchors = [akLeft, akTop, akRight]
  47.         Shape = bsBottomLine
  48.       end
  49.       object lblCreator: TLabel
  50.         Left = 10
  51.         Top = 80
  52.         Width = 41
  53.         Height = 13
  54.         Caption = 'Creator:'
  55.         FocusControl = edCreator
  56.       end
  57.       object lblCreationDate: TLabel
  58.         Left = 10
  59.         Top = 105
  60.         Width = 71
  61.         Height = 13
  62.         Caption = 'Creation Date:'
  63.         FocusControl = edCreationDate
  64.       end
  65.       object Bevel2: TBevel
  66.         Left = 8
  67.         Top = 142
  68.         Width = 320
  69.         Height = 6
  70.         Anchors = [akLeft, akTop, akRight]
  71.         Shape = bsBottomLine
  72.       end
  73.       object edName: TEdit
  74.         Left = 66
  75.         Top = 16
  76.         Width = 262
  77.         Height = 21
  78.         Anchors = [akLeft, akTop, akRight]
  79.         TabOrder = 0
  80.         Text = 'edName'
  81.       end
  82.       object edCreator: TEdit
  83.         Left = 112
  84.         Top = 80
  85.         Width = 215
  86.         Height = 14
  87.         TabStop = False
  88.         Anchors = [akLeft, akTop, akRight]
  89.         AutoSize = False
  90.         BorderStyle = bsNone
  91.         Ctl3D = False
  92.         ParentCtl3D = False
  93.         ReadOnly = True
  94.         TabOrder = 1
  95.         Text = 'edCreator'
  96.       end
  97.       object edCreationDate: TEdit
  98.         Left = 112
  99.         Top = 105
  100.         Width = 215
  101.         Height = 14
  102.         TabStop = False
  103.         Anchors = [akLeft, akTop, akRight]
  104.         AutoSize = False
  105.         BorderStyle = bsNone
  106.         Ctl3D = False
  107.         ParentCtl3D = False
  108.         ReadOnly = True
  109.         TabOrder = 2
  110.         Text = 'edCreationDate'
  111.       end
  112.       object pcDescription: TPageControl
  113.         Left = 10
  114.         Top = 158
  115.         Width = 319
  116.         Height = 237
  117.         ActivePage = tshPreview
  118.         Anchors = [akLeft, akTop, akRight, akBottom]
  119.         TabOrder = 3
  120.         object tshDescription: TTabSheet
  121.           Caption = '&Description'
  122.           object memDescription: TMemo
  123.             Left = 0
  124.             Top = 0
  125.             Width = 311
  126.             Height = 209
  127.             Align = alClient
  128.             ScrollBars = ssBoth
  129.             TabOrder = 0
  130.           end
  131.         end
  132.         object tshPreview: TTabSheet
  133.           Caption = '&Preview'
  134.           ImageIndex = 1
  135.           object bvlPreviewHost: TBevel
  136.             Left = 0
  137.             Top = 0
  138.             Width = 311
  139.             Height = 172
  140.             Align = alTop
  141.             Anchors = [akLeft, akTop, akRight, akBottom]
  142.           end
  143.           object btnPreview: TButton
  144.             Left = 206
  145.             Top = 180
  146.             Width = 100
  147.             Height = 23
  148.             Anchors = [akRight, akBottom]
  149.             Caption = 'Pre&view...'
  150.             TabOrder = 0
  151.             OnClick = PreviewClick
  152.           end
  153.         end
  154.       end
  155.     end
  156.   end
  157.   object btnOK: TButton
  158.     Left = 116
  159.     Top = 445
  160.     Width = 75
  161.     Height = 23
  162.     Anchors = [akRight, akBottom]
  163.     Caption = 'OK'
  164.     Default = True
  165.     ModalResult = 1
  166.     TabOrder = 1
  167.   end
  168.   object btnCancel: TButton
  169.     Left = 197
  170.     Top = 445
  171.     Width = 75
  172.     Height = 23
  173.     Anchors = [akRight, akBottom]
  174.     Cancel = True
  175.     Caption = 'Cancel'
  176.     ModalResult = 2
  177.     TabOrder = 2
  178.   end
  179.   object btnHelp: TButton
  180.     Left = 279
  181.     Top = 445
  182.     Width = 75
  183.     Height = 23
  184.     Anchors = [akRight, akBottom]
  185.     Caption = '&Help'
  186.     TabOrder = 3
  187.   end
  188. end
  189.